#tel_entry .iconBar{
	width: 64px;
	height: 74px;
	display: block;
	position: fixed;
	right: 8px;
	background-color: #FFFFFF !important;
	box-shadow: 0px 4px 8px 1px rgba(48,105,221,0.1);
	-moz-box-shadow: 0px 4px 8px 1px rgba(48,105,221,0.1);
	cursor: pointer;
	z-index: 1000;
}
#tel_entry .iconImg{
	width: 22px;
	height: 22px;
	margin: 17px auto 0px;
}
#tel_entry .iconTxt{
	width: 48px;
	height: 17px;
	font-family: PingFangSC-Regular;
	font-size: 12px;
	color: #333333;
	letter-spacing: 0;
	font-weight: 400;
	margin: 4px auto;
}
#tel_entry .iconBar:hover{
	background-color: #E8F1FF !important;
}
#tel_entry .iconBar:hover .iconTxt{
	color: #1442D8 ;
}
#tel_entry .iconBar:hover .hover_entry_img{
	display: block;
}
#tel_entry .hover_entry_img{
	display: none;
	position: absolute;
	background: #FFFFFF no-repeat;
	background-size: cover;
	right: calc(100% + 8px);
	top: 0;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	border-radius: 4px;
}
#tel_entry .tel_router{
	width: 48px;
	height: 17px;
	font-family: PingFangSC-Regular;
	font-size: 12px;
	color: #333333;
	letter-spacing: 0;
	font-weight: 600;
	margin: 14px 0 0 10px;
}
#tel_entry .tel_number{
	width: 101px;
	height: 20px;
	font-family: PingFangSC-Medium;
	font-size: 14px;
	color: #1442D8;
	letter-spacing: 0;
	font-weight: 500;
	margin: 5px 0 0 10px;
}
#tel_entry .hover_entry_img::after{
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	/* 箭头靠右边 */
	top:37px;
	right: -8px;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 8px solid #FFFFFF;
}
#bottom_mobile_box {
	display: none;
}
.entryFormItem{
	width: 31%;
}
#tel_entry .disabledCustome{
	cursor: not-allowed;
}
#tel_entry .codeItem .item_section{
	display: flex;
	justify-content: space-between;
}
#tel_entry .codeItem .item_section .code_input{
	width:50%!important;
	flex:1;
	margin-right:10px;
}
#tel_entry .codeItem .item_section .code_btn {
	width: 100px;
}
#tel_entry .codeItem .item_section .code_btn .code_btn_txt{
	font-weight: 400;
	font-size: 14px;
	cursor: pointer;
}
#tel_entry .codeItem .item_section .code_btn .code-disabled{
	cursor: not-allowed !important;
}

#tel_entry .self_form_item .self_checkbox_group{
	display: flex;
	flex-flow: row wrap;
}
#tel_entry .self_form_item .self_checkbox_group .sceneTempBtn{
	margin: 8px 15px 0px 0px;
}
#tel_entry .self_form_item .self_checkbox_group .sceneTempBtn:last-child{
	margin-right: 0px;
}
#tel_entry .self_form_item .self_checkbox_group .sceneTempBtn .el-checkbox-button__inner{
	background: #FFFFFF;
	border-radius: 4px;
	border: 1px solid #C2CDDC;
	/* width: 130px; */
}
#tel_entry .self_form_item .self_checkbox_group .sceneTempBtn .el-checkbox-button__inner:hover{
	color: #624FE2;
}

.el-input{
	width:100% !important;
}
.el-select{
	width: 100% !important;
}
.el-message{
	z-index: 9999999 !important;
}
#tel_entry .custome_dialog_title .title_left_logo {
	display: block;
	background: url(../homeNewImg/home_order_left.png);
	background-repeat: no-repeat;
    background-size: cover;
    width: 261px;
    height: 120px;
    position: absolute;
    top: 0px;
	left: 0px;
	transform: translateY(-10px);
}
#tel_entry .custome_dialog_title .title_right_logo {
	display: block;
	background: url(../homeNewImg/home_order_right.png);
	background-repeat: no-repeat;
    background-size: cover;
    width: 261px;
    height: 120px;
    position: absolute;
    top: 0px;
	right: 0px;
	transform: translateY(-10px);
}
#tel_entry .custome_dialog_title .title_bg {
	background: linear-gradient( 121deg, #DDFFF8 0%, #B0BDFD 100%);
	background-repeat: no-repeat;
    background-size: cover;
    width: 632px;
    height: 84px;
    position: absolute;
    top: 0px;
	right: 100px;
	opacity: 0.37;
    filter: blur(18px);
}
@media screen and (max-width:768px) {
	#tel_entry .iconBar {
		display: none;
	}
	#bottom_mobile_box{
		display: -webkit-box;
		display: flex;
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 40px;
		z-index: 1000;
	}
	#bottom_mobile_box .item_btn{
		-webkit-box-flex:1;
		        flex:1;
		display: -webkit-box;
		display: flex;
		text-align: center;
    background: hsla(0,0%,100%,.6);
		-webkit-backdrop-filter: blur(12px);
		        backdrop-filter: blur(12px);
    font-weight: 500;
    font-size: 14px;
    line-height: 40px;
		-webkit-box-pack: center;
		        justify-content: center;
		color: #2A61EC;
		cursor: pointer;
		-webkit-box-align: center;
		        align-items: center;
	}
	#bottom_mobile_box .border_item {
		width: 1px;
    height: 24px;
    background: #e7e7e7;
    border: none;
    margin-top: 10px;
	}
	#bottom_mobile_box .item_btn:nth-child(2):hover .hover_bottom_img{
		display: block;
	}
	#bottom_mobile_box .hover_bottom_img{
		background-image: url('../../static/img/erweima.jpg');
		width: 110px;
		height: 110px;
		display: none;
		position: absolute;
		background-size: cover;
		top: -115px;
		box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
		border-radius: 4px;
	}
	#bottom_mobile_box .item_btn_icon{
		width:22px;
		height:22px;
	}
	#bottom_mobile_box .item_btn_txt{
		margin-left: 0px;
		width:60px;
	}
}

@media screen and (min-width:837px) {
	#tel_entry .el-dialog {
		border-radius: 10px;
		width: 836px;
		/* height: 640px; */
	}
	#tel_entry .send_success{
		display: -webkit-box;
		display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: center;
            align-items: center;
    height: 520px;
    -webkit-box-pack: center;
            justify-content: center;
	}
	#tel_entry .send_img{
		display: -webkit-box;
		display: flex;
		width: 174px;
	}
	#tel_entry .send_img img {
		width: 100%;
		height: 100%;
	}
	#tel_entry .send_txt{
		display: -webkit-box;
		display: flex;
		font-family: PingFangSC-Regular;
		font-size: 16px;
		color: #333333;
		letter-spacing: 0;
		font-weight: 400;
		margin-top: 30px;
	}
}
@media screen and (max-width:836px) {
	#tel_entry .el-dialog {
		border-radius: 10px;
		width: 90vw;
	}
	#tel_entry .send_success{
		display: -webkit-box;
		display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: center;
            align-items: center;
    height: 520px;
    -webkit-box-pack: center;
            justify-content: center;
	}
	#tel_entry .send_img{
		display: -webkit-box;
		display: flex;
	}
	#tel_entry .send_img img {
		width: 100%;
		height: 100%;
	}
	#tel_entry .send_txt{
		display: -webkit-box;
		display: flex;
		font-family: PingFangSC-Regular;
		font-size: 16px;
		color: #333333;
		letter-spacing: 0;
		font-weight: 400;
		margin-top: 30px;
	}
	#tel_entry .entryFormItem{
		width: 31%;
	}
	#tel_entry .el-input{
		width:100% !important;
	}
	#tel_entry .el-select{
		width: 100% !important;
	}
}
@media screen and (max-width:620px) {
	#tel_entry .el-dialog {
		border-radius: 10px;
		width: 90vw;
	}
	#tel_entry .send_success{
		display: -webkit-box;
		display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: center;
            align-items: center;
    height: 520px;
    -webkit-box-pack: center;
            justify-content: center;
	}
	#tel_entry .send_img{
		display: -webkit-box;
		display: flex;
	}
	#tel_entry .send_img img {
		width: 100%;
		height: 100%;
	}
	#tel_entry .send_txt{
		display: -webkit-box;
		display: flex;
		font-family: PingFangSC-Regular;
		font-size: 16px;
		color: #333333;
		letter-spacing: 0;
		font-weight: 400;
		margin-top: 30px;
	}
	#tel_entry .entryFormItem{
		width: 30%;
	}
	#tel_entry .el-input{
		width:100% !important;
	}
	#tel_entry .el-select{
		width: 100% !important;
	}
}
@media screen and (max-width:615px) {
	#tel_entry .el-dialog {
		border-radius: 10px;
		width: 90vw;
	}
	#tel_entry .send_success{
		display: -webkit-box;
		display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: center;
            align-items: center;
    height: 520px;
    -webkit-box-pack: center;
            justify-content: center;
	}
	#tel_entry .send_img{
		display: -webkit-box;
		display: flex;
	}
	#tel_entry .send_txt{
		display: -webkit-box;
		display: flex;
		font-family: PingFangSC-Regular;
		font-size: 16px;
		color: #333333;
		letter-spacing: 0;
		font-weight: 400;
		margin-top: 30px;
	}
	#tel_entry .entryFormItem{
		width: 47%;
	}
	#tel_entry .el-input{
		width:100% !important;
	}
	#tel_entry .el-select{
		width: 100% !important;
	}
}
@media screen and (max-width:473px) {
	#tel_entry .el-dialog {
		border-radius: 10px;
		width: 90vw;
	}
	#tel_entry .el-dialog .el-dialog__body{
		padding: 0px 20px 30px;
	}
	#tel_entry .send_success{
		display: -webkit-box;
		display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: center;
            align-items: center;
    height: 520px;
    -webkit-box-pack: center;
            justify-content: center;
	}
	#tel_entry .send_img{
		display: -webkit-box;
		display: flex;
		width: 174px;
	}
	#tel_entry .send_img img {
		width: 100%;
		height: 100%;
	}
	#tel_entry .send_txt{
		display: -webkit-box;
		display: flex;
		font-family: PingFangSC-Regular;
		font-size: 16px;
		color: #333333;
		letter-spacing: 0;
		font-weight: 400;
		margin-top: 30px;
	}
	#tel_entry .entryFormItem{
		width: 100%;
	}
	#tel_entry .systemItem{
		margin-bottom: 5px !important;
	}
	#tel_entry .el-input{
		width:100% !important;
	}
	#tel_entry .el-select{
		width: 100% !important;
	}
	#tel_entry .custome_dialog_title .title_left_logo {
		display: none;
	}
	#tel_entry .custome_dialog_title .title_right_logo {
		display: none;
	}
	#tel_entry .custome_dialog_title .title_bg {
		display: none;
	}
}
#tel_entry .el-dialog__wrapper{
	z-index: 10000 !important;
}
#tel_entry .select_popper {
	z-index: 10001 !important;
}
#tel_entry .el-dialog__header{
	height: 122px;
	padding: 47px 0px;
	background: linear-gradient( 180deg, #EAD4FF 0%, #FFFFFF 100%);
	border-radius: 10px 10px 0px 0px;
	box-sizing: border-box;
}
#tel_entry .opt_btn_item{
	height: 34px;
	width: 188px;
	padding: 10px;
	font-size: 16px;
	line-height: 24px;
	margin: auto;
}
#tel_entry .opt_btn_item .btn_icon{
	color: #FFFFFF;
	font-size: 12px;
}
#tel_entry .custome_dialog_title .title_txt {
	display: block;
	text-align: center;
	font-family: PingFangSC, PingFang SC;
	font-size: 20px;
	color: #333333;
	letter-spacing: 0;
	font-weight: 600;
	height: 25px;
	position: relative;
	z-index: 10;
}
#tel_entry .custome_dialog_title .title_desc {
	display: block;
	text-align: center;
	font-family: PingFangSC, PingFang SC;
	font-size: 14px;
	color: #333333;
	letter-spacing: 0;
	font-weight: 400;
	height: 30px;
	line-height: 30px;
	position: relative;
	z-index: 10;
}
#tel_entry .el-dialog__headerbtn .el-dialog__close {
    color: #77829A;
}
#tel_entry .el-input{
	width: 253px;
	height: 36px;
}
#tel_entry .el-form-item__label{
	font-family: PingFangSC-Regular;
	font-size: 14px;
	color: #333333;
	letter-spacing: 0;
	font-weight: 400;
}
#tel_entry .el-radio__input.is-checked .el-radio__inner{
	border-color: #224AE2;
	background: #FFFFFF;
}
#tel_entry .el-radio__inner::after{
	background-color:#224AE2
}
#tel_entry .el-radio__input.is-checked+.el-radio__label {
	color: #224AE2;
}
#tel_entry .formItem {
	width: 100% !important; 
}
#tel_entry .item_span{
	font-family: PingFangSC-Regular;
	font-size: 12px;
	color: #666666;
	letter-spacing: 0;
	font-weight: 400;
}
#tel_entry .el-form-item__label {
	margin-bottom:-10px;
}
#tel_entry .formItem .el-form-item__label{
	margin-bottom:-20px;
}
#tel_entry .submitBtn {
	display: block;
  text-align: center;
  margin:0px;
	width: 100%;
}
#tel_entry .el-button--primary {
	color: #FFF;
  background-color: #224AE2;
	border-color: #224AE2;
	width: 88px;
	height: 36px;
}
#tel_entry .el-button{
	line-height:0;
	border-radius:2px;
}
#tel_entry .el-button:hover{
	background-color: #224AE2;
	border-color: #224AE2;
}
#tel_entry .el-textarea__inner{
	font-family: PingFangSC-Regular;
	font-size: 14px;
	color: #666666;
	letter-spacing: 0;
	font-weight: 400;				
}